home *** CD-ROM | disk | FTP | other *** search
- !Include("UI.def")
-
- MenuButton("UIMenuButton","TabButton","server settings","","Pattern")
- {
- Checked(0)
- Disabled(0)
- CanCallPress(0)
- CanCheck(1)
- MouseLeaveDestroyFocus(1)
- CheckSound("data/sounds/click")
- TextureCheckedID("TabWindowDark")
- TextureCheckedAlpha(1.0)
- TextCheckedAlpha(1.0)
- TextureDisabledID("TabWindowDark")
- TextureDisabledAlpha(0.4)
- TextDisabledAlpha(0.33)
- TextureHighlightCheckID("TabWindowDark")
- TextureFocusCheckAlpha(1.0)
- TextFocusCheckAlpha(1.0)
- CallPressPeriod(0.1)
- DoubleClick(0.3)
- Command(1)
- Notify(1)
- CanFocus(1)
- TextureHighlightID("TabWindowDark")
- TextureFocusAlpha(0.8)
- TextFocusAlpha(1.0)
- SelKeyUp(200)
- SelKeyDown(208)
- FocusSound("data/sounds/highlight")
- Text("server settings")
- TextAlpha(0.8)
- TextColor(1.0,1.0,1.0)
- // TextColor(1.0,0.61,0.02)
- TextHighLightColor(1.0,0.61,0.02)
- Font("MenuSmall")
- FontScale(0.5)
- TextPosFlags(34)
- PatternFile("../uidef/TabButton.def")
- Mouse(1)
- Keyboard(1)
- Joy(0)
- Visible(1)
- ParentPositioning(1)
- PreviousElemPositioning(0)
- ParentAlignX(0)
- ParentAlignY(2)
- ParentSizingX(1)
- ParentSizingY(1)
- FrameCornerSize(12,12)
- TextureID("TabWindowDark")
- TextureAlpha(0.8)
- LogicSize(0.33,1.0)
- LogicPos(0.0,0.0)
- }// [UIMenuButton] TabButton
-